Tootsville::Infinity-Add-To-List

Function

Infinity-Add-To-List names a function, with lambda list (D USER RECIPIENT/S):

Add a user to a buddy list or ignore list (removed in 1.2)

Lisp ADD-TO-LIST = JSON addToList

…using the traditional (online-only, no notification engine) mechanism (using out of band methods). Compare vs. requestBuddy TOOTSVILLE INFINITY-REQUEST-BUDDY

Usage

This command can no longer be used to add a buddy, only to ignore someone.

{ ignore: USER }

200 OK

When you begin ignoring someone, you'll get back a reply as from getUserLists TOOTSVILLE INFINITY-GET-USER-LISTS, q.v.

410 Gone

Using this to add a buddy was a legacy feature removed in Romance 1.2.

Changes from 1.1 to 1.2

This function was replaced with TOOTSVILLE INFINITY-REQUEST-BUDDY — requestBuddy — q.v. It's only used for ignore now.

File

Defined in file src/infinity/legacy-commands.lisp.